Fix grammar

Akinori MUSHA 7 years ago
parent
commit
44efff5a46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/pushover_agent.rb

+ 1 - 1
app/models/agents/pushover_agent.rb

@@ -16,7 +16,7 @@ module Agents
16 16
       * `user`: the user or group key (not e-mail address).
17 17
       * `expected_receive_period_in_days`:  is maximum number of days that you would expect to pass between events being received by this agent.
18 18
 
19
-      The following options are all Liquid templates which evaluated values will be posted to Pushover API.  Only the `message` parameter is required, and if it is blank API call is omitted.
19
+      The following options are all Liquid templates whose evaluated values will be posted to the Pushover API.  Only the `message` parameter is required, and if it is blank API call is omitted.
20 20
 
21 21
       Pushover API has a `512` Character Limit including `title`.  `message` will be truncated.
22 22